home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 101 / CD-ROM 101.iso / entrete / scr / plasma.exe / install_script.iss
Encoding:
Text File  |  2003-10-29  |  743 b   |  24 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Protetor de Tela - Plasma
  5. AppVerName=Protetor de Tela - Plasma
  6. AppId=Protetor de Tela - Plasma
  7. DefaultDirName={pf}\Protetor de Tela - Plasma
  8. DefaultGroupName=Protetor de Tela - Plasma
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\plasma.scr"; DestDir: "{app}"; Flags: ignoreversion 
  18.  
  19. [Run]
  20. Filename: "rundll32.exe"; Parameters: "desk.cpl,InstallScreenSaver {app}\plasma.scr"; WorkingDir: "{app}"; 
  21.  
  22. [Icons]
  23. Name: "{group}\Desinstalar - Protetor de Tela - Plasma"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  24.